hr {
	clear: both;
	}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('glyphicons-halflings-regular.eot');
  src: url('glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
  url('glyphicons-halflings-regular.woff') format('woff'),
  url('glyphicons-halflings-regular.ttf') format('truetype'),
  url('glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

button.navbar-btn span.glyphicon.glyphicon-list {
	font-size: 24px;
	opacity: 0.4;
}

ul.social-icons {
	list-style-type: none;
	margin: 0 20px 0 0;
	padding: 0;
}

ul.social-icons li {
	padding: 0;
	margin: 2px;
	float: left;
	display: inline-block;
}

ul.social-icons li a {
	background-image: url(../images/social-icons.png);
	background-repeat: no-repeat;
	background-size: 270px 60px;
	float: left;
	display: block;
	opacity: 0.4;
	width: 30px;
	height: 30px;
	-webkit-transition: background 180ms ease-in-out;
       -moz-transition: background 180ms ease-in-out;
		-ms-transition: background 180ms ease-in-out;
		 -o-transition: background 180ms ease-in-out;
			transition: background 180ms ease-in-out;
}

ul.social-icons li.icon_facebook a { background-position: 0 -30px; }
ul.social-icons li.icon_twitter a { background-position: -30px -30px; }
ul.social-icons li.icon_pinterest a { background-position: -60px -30px; }
ul.social-icons li.icon_dribbble a { background-position: -90px -30px; }
ul.social-icons li.icon_in a { background-position: -120px -30px; }
ul.social-icons li.icon_flickr a { background-position: -150px -30px; }
ul.social-icons li.icon_youtube a { background-position: -180px -30px; }
ul.social-icons li.icon_vimeo a { background-position: -210px -30px; }
ul.social-icons li.icon_googleplus a { background-position: -240px -30px; }

ul.social-icons li.icon_facebook a:hover { background-position: 0 0; }
ul.social-icons li.icon_twitter a:hover { background-position: -30px 0; }
ul.social-icons li.icon_pinterest a:hover { background-position: -60px 0; }
ul.social-icons li.icon_dribbble a:hover { background-position: -90px 0; }
ul.social-icons li.icon_in a:hover { background-position: -120px 0; }
ul.social-icons li.icon_flickr a:hover { background-position: -150px 0; }
ul.social-icons li.icon_youtube a:hover { background-position: -180px 0; }
ul.social-icons li.icon_vimeo a:hover { background-position: -210px 0; }
ul.social-icons li.icon_googleplus a:hover { background-position: -240px 0; }

.module {
	position: relative;
}

.module ul {
	list-style-type: none;
}

.module-title h3 {
	font-size: 18px;
	text-transform: uppercase;
	padding: 6px 0;
	color: #222;
}

.module-content {
	float: none;
	overflow: hidden;
}

.module ul li,
.module ul li a{
	-webkit-transition: all 200ms ease-out;
	   -moz-transition: all 200ms ease-out;
		-ms-transition: all 200ms ease-out;
		 -o-transition: all 200ms ease-out;
			transition: all 200ms ease-out;
}

.module ul.nav > li {
	line-height: 36px;
	border-bottom: 1px solid #f5f5f5;
	font-size: 1em;
	width: 100%;
}

.module ul.nav > li a:hover,
.module ul.nav > li a:focus {
	background-color: transparent;
}

.module ul.nav > li.active > a {
	color:#333;
	background-color: #fafafa;
}

.module ul.nav ul.nav-child  {
	padding: 12px 0 18px 0;
	margin-left: 12px;
}

.module ul.nav.menu  ul > li a {
	font-size: 0.98em;
}

.module ul.nav ul > li a:hover {
	background-color: none;
}

.module ul.nav.menu ul li.active > a {
	color:#222;
	background-color: none;
}

.module ul.nav > li.active.deeper.parent,
.module ul.nav > li.active.deeper.parent:hover,
.module ul.nav > li.active.deeper.parent:focus {
	background-image: none;
	padding-left: 5px;
	background-color: transparent;
}

.module ul.nav li > ul.nav-child > li.current.active > a {
	color: #f9f9f9;
}

.module ul.nav.menumenu1 > li {
	padding-left: 5px;
	background-image: url(../images/menu-arrows.png);
	background-repeat:	no-repeat;
	background-position: 90% 50%;
}

.module ul.nav.menumenu1 > li:hover,
.module ul.nav.menumenu1 > li:focus {
	background-color: #fafafa;
	background-position: 92% 50%;
	padding-left: 10px;
	color: #222;
}

.module.border-box {
	border: 1px solid #e2e2e2;
	padding: 20px;
}

.module.grey-box {
	background: #f2f2f2;
	padding: 20px;
}

.module.dark-box  {
	background: #222222;
	color: #ddd;
	padding: 20px;
}

.module.dark-box a:hover {
	color: #fff;
}

.module.dark-box .module-title {
	color: #fff;
	border-bottom: 1px solid #333;
}

.module.dark-box .module-title h3 {
	color: #fff;
}

.module.dark-box ul.nav.menu > li {
	border-bottom: 1px solid #333;
}

.module.dark-box ul.nav.menu > li a {
	padding-left: 10px;
}

.module.dark-box ul.nav.menu > li a:hover {
	background: none;
	color:#fff;
}

.module.dark-box ul.nav.menu  > li.active > a {
	color:#fff;
	background: none;
}

.module.dark-box ul.nav.menu  ul li.active > a {
	color: inherit;
	background: none;
}

.module.dark-title .module-title h3 ,
.module.grey-title .module-title h3,
.module.color-title .module-title h3 {
	line-height: 30px;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	padding-left: 15px;
	margin-bottom: 0;
}

.module.dark-title .module-title {
	background: #333333;
}

.module.grey-title .module-title {
	background-color: #f0f0f0;
}

.module.grey-title .module-title h3 {
	color: #444444;
}

.module.grey-title .module-content,
.module.dark-title .module-content,
.module.color-title .module-content {
	padding-left: 5px;
}

.module.border-top .module-title {
	border-top: 3px solid #f0f0f0;
	border-bottom: 0;
}

.module.border-black .module-title {
	border-bottom: 3px solid #000000;
}

.module.border-black-top .module-title {
	border-top: 3px solid #000000;
	border-bottom: 0;
}

.isotope  {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
}

.isotope-item {
	z-index: 2;
}

.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}

.isotope,
.isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	   -moz-transition-duration: 0.8s;
		-ms-transition-duration: 0.8s;
		 -o-transition-duration: 0.8s;
			transition-duration: 0.8s;
}

.isotope {
	-webkit-transition-property: height, width;
	   -moz-transition-property: height, width;
		-ms-transition-property: height, width;
		 -o-transition-property: height, width;
			transition-property: height, width;
}

.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	   -moz-transition-property:    -moz-transform, opacity;
		-ms-transition-property:     -ms-transform, opacity;
		 -o-transition-property:      -o-transform, opacity;
			transition-property:         transform, opacity;
}

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	   -moz-transition-duration: 0s;
		-ms-transition-duration: 0s;
		 -o-transition-duration: 0s;
			transition-duration: 0s;
}

.isotope.infinite-scrolling {
	-webkit-transition: none;
	   -moz-transition: none;
		-ms-transition: none;
		 -o-transition: none;
			transition: none;
}

.portfolio-element {
	float: left;
	overflow: hidden;
	position: relative;
	margin: 0;
	display: block;
}

.portfolio-element .portfolio-item  {
	margin: 10px;
	padding: 2px;
	display: block;
}

#isotope-container .col-md-2,
#isotope-container .col-md-4,
#isotope-container .col-md-6 { margin:0;padding:0; }
#isotope-container .col-md-3 { /*margin-left: 1.5%;*/ }
#isotope-container .col-md-12 { margin-left: 0; }

/*
div#isotope-container.clearfix div.col-md-3 {
	width: 24%;
}

div#isotope-container.clearfix div.col-md-4 {
	width: 33%;
}
*/
.portfolio-nav .joostrap.btn-group a.btn {
	border: 1px solid #eaeaea;
	border-bottom: 1px solid #d8d8d8;
	padding: 8px 15px;
	text-align: left;
	min-width: 150px;
	background: #f5f5f5;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f7f7f7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f7f7f7));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f7f7f7 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f7f7f7 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f7f7f7 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f7f7f7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 );

}

.portfolio-nav .joostrap.btn-group.open a.btn,
.portfolio-nav .joostrap.btn-group a.btn:hover {
	border-bottom: 1px solid #c2c2c2;
}

.portfolio-nav .joostrap.btn-group a.btn:focus,
.portfolio-nav .joostrap.btn-group.open a.btn {
	background: #f8f8f8;
}

.portfolio-nav .joostrap.btn-group a span {
	position: absolute;
	right: 15px;
}

.portfolio-nav ul.dropdown-menu {
	padding: 0;
	border: 1px solid #e2e2e2;
	-webkit-box-shadow:  0px 2px 4px 0px rgba(0, 0, 0, 0.1);
			box-shadow:  0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.portfolio-nav ul.dropdown-menu li {
	min-width: 180px;
}

.portfolio-item .page-header {
	border: 0;
	margin: 0;
	padding: 0;
}

#isotope-container .col-md-2 .page-header,
#isotope-container .col-md-3 .page-header,
#isotope-container .col-md-4 .page-header,
#isotope-container .col-md-6 .page-header {
	border-bottom: 1px solid #eaeaea;
}


.portfolio-item .page-header h3 {
	margin-top: 0;
}

.col-md-4 .portfolio-item .page-header h3,
.col-md-3 .portfolio-item .page-header h3,
.col-md-2 .portfolio-item .page-header h3 {
	font-size: 18px;
}


.portfolio-item .joostrap.btn-group a.btn {
	vertical-align:middle;
	border: 0;
	margin: 0;
	padding: 0;
	opacity: 0.8;
}

.portfolio-item .joostrap.btn-group a.btn:hover,
.portfolio-item .joostrap.btn-group a.btn:focus {
	opacity: 1;
	background: none;
}

.portfolio-item dl.article-info {
	font-size: 11px;
	display: block;
	float: none;
}
.portfolio-item dl.article-info dd {
	float: left;
	float: none;
}

.portfolio-item .readmore {
	display: block;
	float: left;
}

.joostrap-icons {
	display: block;
	text-align: center;
	padding: 15px 10px;
	-webkit-transition: all 200ms linear;
	   -moz-transition: all 200ms linear;
		-ms-transition: all 200ms linear;
		 -o-transition: all 200ms linear;
			transition: all 200ms linear;
}

.joostrap-icons .joostrap-icon-holder {
	display: block;
	width: 100px;
	height: 100px;
	margin: 0 auto 20px auto;
	-webkit-perspective: 1000;
			perspective: 1000;
	-webkit-backface-visibility: hidden;
}

.joostrap-icons p {
	margin-bottom: 18px;
}

.joostrap-icons .flipper {
	transform-style: preserve-3d;
	position: relative;
	transition: 0.6s;
}

.joostrap-icons .front,
.joostrap-icons .back {
	backface-visibility: hidden;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100px;
	height: 100px;
	-webkit-transition: background-color 300ms ease-in-out;
	   -moz-transition: background-color 300ms ease-in-out;
		-ms-transition: background-color 300ms ease-in-out;
		 -o-transition: background-color 300ms ease-in-out;
			transition: background-color 300ms ease-in-out;
}

.joostrap-icons .front {
	z-index: 2;
}

.joostrap-icons .back {
	background-color: #101010;
	-webkit-transform: rotateY(180deg);
	   -moz-transform: rotateY(180deg);
		-ms-transform: rotateY(180deg);
		 -o-transform: rotateY(180deg);
			transform: rotateY(180deg);
}

.joostrap-icons:hover {
	background: #f5f5f5;
}

.joostrap-icons:hover .front {
	background-color: #101010;
}

.joostrap-icons:hover .flipper {
	-webkit-transform: rotateY(180deg);
	   -moz-transform: rotateY(180deg);
		-ms-transform: rotateY(180deg);
		 -o-transform: rotateY(180deg);
			transform: rotateY(180deg);
}

.flexslider {
	margin: 0;
	padding: 0;
}

.flexslider ul.slides {
	margin: 0;
	padding: 0;
}

.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}

.flexslider .slides img {
	width: 100%;
	display: block;
}

.flex-pauseplay span {
	text-transform: capitalize;
}

.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .slides {
	display: block;
}

* html .slides {
	height: 1%;
}

.no-js .slides > li:first-child {
	display: block;
}

.flexslider {
	margin: 0;
	position: relative;
	zoom: 1;
}
.flex-viewport {
	max-height: 1000px;
	-webkit-transition: all 500ms ease-in-out;
	   -moz-transition: all 500ms ease-in-out;
	    -ms-transition: all 500ms ease-in-out;
	     -o-transition: all 500ms ease-in-out;
			transition: all 500ms ease-in-out;
}

.loading .flex-viewport {
	max-height: 200px;
}

.flexslider .slides {
	zoom: 1;
}

.flex-direction-nav {
	list-style-type: none;
	padding: 0;
	margin: 0;
	*height: 0;
}

.flex-direction-nav a {
	margin: -11px 0 0;
	display: block;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	text-indent: -9999px;
	opacity: 0.7;
}
.flex-direction-nav li a {
	-webkit-transition: all 180ms ease-in-out;
       -moz-transition: all 180ms ease-in-out;
		-ms-transition: all 180ms ease-in-out;
		 -o-transition: all 180ms ease-in-out;
			transition: all 180ms ease-in-out;
}

.flexslider:hover
.flex-next:hover,
.flexslider:hover
.flex-prev:hover {
	opacity: 1;
}

.flex-direction-nav .flex-disabled {
	opacity: 0.4!important;
	filter:alpha(opacity=40);
	cursor: default;
}

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -40px;
	text-align: center;
}

.flex-control-nav li {
	margin: 0 1px;
	display: inline-block;
	zoom: 1;
	*display: inline;
	text-indent: -9999px;
}

.flex-slider-container {
	overflow: hidden;
	padding: 18px 0;
}

.joostrap-news .flexslider {
	padding-right: 80px;
}

.joostrap-news .intro-text {
	padding: 18px;
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
}

.joostrap-news p {
	margin: 0;
}

.joostrap-news a {
	color: #fff;
	font-weight: bold;
}

.joostrap-news a:hover {
	color: #fff;
	text-decoration: underline;
}

.joostrap-news .news-title,
.joostrap-news .news-title-link {
	margin-right: 5px;
	font-weight: bold;
}

.flex-direction-nav.news a {
	width: 21px;
	height: 21px;
	background-image: url(../images/news-interface-highlight.png);
	background-repeat: no-repeat;
}

.flex-direction-nav.news .flex-next {
	background-position: 100% 0;
	right: 20px;
}

.flex-direction-nav.news .flex-prev {
	right: 44px;
}

.joostrap-news .flex-control-paging li a {
	display: none;
}

.flex-control-paging li a {
	width: 20px;
	height: 20px;
	display: block;
	border: 1px solid #d5d5d5;
	cursor: pointer;
	margin-bottom: 10px;
}


.flex-control-paging li a:hover {
	border: 1px solid #aaa;
}

.joostrap-testimonials {
	border-top: 1px solid #eaeaea;
	padding: 30px 0;
	background: url(../images/testimonials-bg.png) no-repeat 0 30%;
}

.joostrap-testimonials .flexslider {
	text-align: center;
	padding: 5px 5px 30px 5px;
}

.joostrap-testimonials blockquote {
	border: 0;
	padding: 0;
	margin: 0;
}

.joostrap-testimonials blockquote p.testimonials {
	font-size: 18px;
	color: #222;
}

.joostrap-testimonials blockquote h3 {
	font-style: normal;
	text-transform: none;
	line-height: 30px;
	color: #222;
}

.joostrap-testimonials cite {
	font-size: 12px;
	font-style: italic;
	color: #999;
}

.joostrap-testimonials cite:before {
	content:"— ";
}

.joostrap-testimonials .flex-direction-nav a {
	margin: -19px 0 0;
	width: 18px;
	height: 39px;
	background-image: url(../images/testimonials-arrows.png);
	background-repeat: no-repeat;
	opacity: 0.2;

}

.joostrap-testimonials .flex-direction-nav .flex-next {
	background-position: 100% 0;
	right: -18px;
}

.joostrap-testimonials .flex-direction-nav .flex-prev {
	left: -18px;
}

.joostrap-testimonials .flexslider:hover .flex-direction-nav .flex-next {
	right: 18px;
}

.joostrap-testimonials .flexslider:hover .flex-direction-nav .flex-prev {
	left: 18px;
}

.avPlayerWrapper.avVideo { 	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.avPlayerWrapper.avVideo iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

dt,
dd {
	color: #858585;
	margin: 0 15px 0 0;
}

legend {
	font-weight: 300;
	text-transform: uppercase;
}

.dropdown-menu {
	border: 1px solid #e2e2e2;
	-webkit-box-shadow:  0px 2px 4px 0px rgba(0, 0, 0, 0.1);
			box-shadow:  0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.item-page .full-item {
	max-width: 100%;
	display: block;
}

.joostrap.btn-group a.btn {
	padding: 8px 10px;
	background-color: #E2E2E2;
	border: 0;
	border-left: 1px solid #e2e2e2;
	-webkit-box-shadow: none;
			box-shadow: none;
}

.joostrap.btn-group a.btn:hover {
	background: #f8f8f8;
}

.joostrap.btn-group a.btn:active,
.joostrap.btn-group a.btn:focus {
	background: #f2f2f2;
}

.joostrap.btn-group a span.caret {
	margin-top: 11px;
	margin-left: 6px;
}

.joostrap.btn-group.open a span.caret {
	margin-top: 6px;
	border-bottom: 4px solid #000;
	border-top: 4px solid transparent;
}

dt.article-info-term {
	display: none;
}

dl.article-info-bottom,
dl.article-info-top {
	margin-bottom: 15px;
	width: 100%;
	display: block;
	overflow: hidden;
	font-size: 11px;
}

dl.article-info-top dd {
	float: left;
}
dl.article-info-bottom dd {
	float: left;
	margin: 0 10px 0 0;
}

dd span.icon-calendar {
	display: none;
}

dd span.icon-eye-open,
dd span.icon-time {
	position: relative;
	margin-top: -1px;
	opacity: 0.8;
}

.tags {
	float: none;
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
}

.tags span a.label {
	float: left;
	font-size: 11px;
	font-weight: normal;
	line-height: 24px;
	text-shadow: none;
	background-color: #f2f2f2;
	background-image: url(../images/tags-arrow.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	margin: 5px 7px 0 0;
	padding: 3px 15px 3px 20px;
	color: #565656;
	-webkit-border-radius: 0;
			border-radius: 0;

}

.img-intro-left img,
.img-intro-right img,
.img-intro-none img,
.item-image img,
.img-fulltext-right img,
.img-fulltext-left img  {
	position: relative;
	overflow: hidden;
}

.img-wrapper  {
	position: relative;
	overflow: hidden;
	margin-bottom: 24px;
}

.item-page .img-wrapper {
	margin-top: 6px;
}

.img-intro-none .img-wrapper,
.pull-none.item-image .img-wrapper {
	background: none;
}

.img_caption.left,
.img-intro-left,
.pull-left.item-image {
	float: left;
	margin-right: 20px;
}

.portfolio-item .img_caption.left,
.portfolio-item .img-intro-left,
.portfolio-item .pull-left.item-image {
	clear: both;
	margin:	5px;
	width: 100%;
}

.portfolio-item .img_caption.right,
.portfolio-item .img-intro-right,
.portfolio-item .pull-right.item-image {
	clear: both;
	margin:	5px;
	width: 100%;
}


.img-intro-none,
.img-fulltext-none,
.pull-none.item-image,
.img_caption.none {
	float: none;
}

div.img_caption {
	position: relative;
	width: 100%;
	height: 100%;
}

p.img_caption {
	position: absolute;
	bottom: 0;
	right: 0;
	background: #000;
	color: #ffffff;
	font-size: 12px;
	padding: 5px 10px;
	margin: 0;
	z-index:15;
}

.img-intro-left,
.img-intro-right,
.img-intro-none,
.img-fulltext-left,
.img-fulltext-right,
.item-image,
.img_caption {
	max-width: 100%;
}

.image-backdrop {
	display: block;
	z-index: 3;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.img-wrapper a:hover .image-backdrop {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.img-intro-btn {
	display: block;
	visibility: hidden;
	position: absolute;
	opacity: 0;
	top: 0;
	left: 45%;
	width: 40px;
	height: 40px;
	z-index: 5;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,1);
	background-image: url(../images/arrow-link-button.png);
	background-repeat: no-repeat;
	background-position: 70% 50%;
}

.img-wrapper a:hover .img-intro-btn {
	visibility: visible;
	opacity: 1;
	top: 50%;
	margin-top: -20px;
}

.items-row {
	margin-bottom: 30px;
}

.blog .cat-children h3 {
	font-size: 24px;
}

.blog .cat-children h3.page-header {
	padding: 6px 0;
	margin: 0;
	font-size: 12px;
	font-family: Helvetica, Arial, Serif;
}

p.readmore a {
	font-size: 13px;
	padding: 0 15px 0 0;
}

.items-more .nav-tabs {
	border-top: 1px solid #e2e2e2;
	padding-top: 12px;
}

.items-more .nav-tabs.nav-stacked li a {
	padding: 3px 0;
	border: 0;
}

.items-more .nav-tabs.nav-stacked li a:hover {
	background: #f8f8f8;
}

.filter-search.alert.alert-info {
	background-color: #f5f5f5;
	border: 1px solid #f0f0f0;
	background-image: none;
	padding: 20px;
}

.search-results .result-title {
	margin-top: 24px;
}

.search dt.result-title {
	border-top: 1px solid #e5e5e5;
	margin-top: 15px;
	padding-top: 15px;
}

#search-results ul.search-results {
	list-style-type: none;
}

#search-results ul.search-results li {
	border-bottom: 1px solid #f2f2f2;
	padding-bottom: 12px;
}

.search-module,
#mod-finder-searchform.form-search  {
	position: relative;
	margin:0;
	padding:0;
}

#mod-finder-searchform.form-search button {
	padding: 5px 10px;
	border: 0;
	float: none;
	background: 0;
	margin-left: 0px;
	position: absolute;
	top: 3px;
	right: 3px;
	text-indent: -9999px;
}

#mod-finder-searchform.form-search input {
	padding: 8px 40px 8px 12px;
	font-size: 11px;
	color: #b2b2b2;
	-webkit-border-radius: 0;
			border-radius: 0;
	-webkit-box-shadow: none;
			box-shadow: none;
	-webkit-transition: all 250ms ease-in-out;
	   -moz-transition: all 250ms ease-in-out;
        -ms-transition: all 250ms ease-in-out;
		 -o-transition: all 250ms ease-in-out;
			transition: all 250ms ease-in-out;
}

#mod-finder-searchform.form-search input.input-medium {
	width: 170px;
}

#mod-finder-searchform.form-search input:hover,
#mod-finder-searchform.form-search input:focus {
	padding: 8px 60px 8px 12px;
	border: 1px solid #aaa;
	color: #565656;
}

.search-module button {
	padding: 5px 10px;
	border: 0;
	display: block;
	float: none;
	background: 0;
	margin-left: 0px;
	position: absolute;
	top: 3px;
	right: 3px;
	display: block;

}

.search-module button span{
	text-indent: -9999px;
}

.search-module input {
	/*padding: 8px 40px 8px 12px;*/
	font-size: 11px;
	color: #b2b2b2;
	width: 170px;
	-webkit-border-radius: 0;
			border-radius: 0;
	-webkit-box-shadow: none !important;
			box-shadow: none !important;
	-webkit-transition: all 250ms ease-in-out;
	   -moz-transition: all 250ms ease-in-out;
        -ms-transition: all 250ms ease-in-out;
		 -o-transition: all 250ms ease-in-out;
			transition: all 250ms ease-in-out;
}

.search-module input:hover,
.search-module input:focus {
	border: 1px solid #000;
	color: #565656;
}

.contact-form input,
.contact-form textarea,
.contact-form .uneditable-input {
	width: 100%;
}

.contact-form legend {
	font-size: 11px;
	color: #666;
	border: 0;
}

dl.contact-address { display: none; }

.contact-form span.icon-ok-circle {
	position: relative;
	margin-top: -1px;
	padding-right: 5px;
	opacity: 0.8;
}

.contact-form .message-form {
	display: block;
	margin-top: 10px;
}

.contact-form .contact-fields,
.contact-form .message-input {
	display: block;
	width: 98%;
}

.name-label label,
.email-label label,
.subject-label label,
.message-label label {
	font-weight: bold;
}

.subject-label {
	margin-top: 10px;
}

.contact-form .message-input textarea {
	width: 100%;
	height: 250px;
}

.contact-form .send-btn,
.contact-form .email-copy {
	padding: 10px 0 0 0;
}

.name-input,
.email-input,
.subject-input,
.message-form {
	margin-right: 15px;
}

.contact-form .email-copy-label,
.contact-form .email-copy-input {
	float: left;
}

.contact-form .email-copy-input input[type="checkbox"] {
	height: 15px;
	width: 15px;
	padding: 0;
	vertical-align: middle;
	margin: 12px 0px 8px 0px;
	border: 1px solid #A5A5A5;
}

.contact-form .email-copy-label label {
	margin: 8px 8px 8px 0;
	padding-left: 12px;
	font-size: 11px;
	color: #999;
}

.breadcrumb {
	background-color: transparent;
  border-radius: 0;
  list-style: none outside none;
  margin: 0;
  padding: 8px 15px;
}

.breadcrumb li {
	font-size: 13px;
}

.breadcrumb li span.path.divider {
	color: #444;
	margin-right: 10px;
}

#login-form #form-login-submit {
	width: 100%;
	display: block;
	overflow: hidden;
}

.logout-button .btn,
#login-form #form-login-submit .btn {
	padding: 7px 35px;
}

#login-form #form-login-submit .sign-in {
	font-size: 13px;
	line-height: 42px;
	padding-left: 15px;
}

#login-form ul.unstyled {
	width: 100%;
	display: block;
	overflow: hidden;
	margin-top: 12px;
}

#login-form ul.unstyled li {
	float: left;
	font-size: 11px;
	padding-right: 15px;
}

#login-form span.icon-plus-sign {
	visibility: hidden;
}

#login-form .controls label {
	width: 100%;
	font-size: 10px;
	text-transform: uppercase;
	color: #000;
	margin: 0;
}

ul.categories-module li  {
	padding: 10px 5px;
	display: block;
	-webkit-box-shadow:  0px 1px 0px 0px rgba(0,0,0,0.07);
			box-shadow:  0px 1px 0px 0px rgba(0,0,0,0.07);
}

ul.categories-module li h2,
ul.categories-module li h3,
ul.categories-module li h4,
ul.categories-module li h5,
ul.categories-module li h6 {
	margin: 0;
	text-transform: none;
}

ul.categories-module li a {
	display: block;
	font-size: 12px;
	font-family: Helvetica, Arial, Serif;
}

ul.categories-module li:hover,
ul.categories-module li.active,
ul.categories-module li.active a {
	color: #333;
	background: #f8f8f8;
}

ul.archive-module li  {
	padding: 10px 5px;
	display: block;
	-webkit-box-shadow:  0px 1px 0px 0px rgba(0,0,0,0.07);
			box-shadow:  0px 1px 0px 0px rgba(0,0,0,0.07);
}

ul.archive-module li a {
	display: block;
}

ul.archive-module li:hover,
ul.archive-module li.active,
ul.archive-module li.active a {
	color: #333;
	background: #f8f8f8;
}

.tagspopular ul li {
	float: left;
	display: inline-block;
	padding-right: 6px;
	margin: 3px 0;
}

.tagspopular ul li a {
	display: block;
	padding: 4px 15px;
	background-color: #f2f2f2;
	background-image: url(../images/tags-arrow.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	color: #666;
	font-size: 11px;
}

.tagspopular ul li a:hover {
	background-color: #333333;
	padding: 4px 17px 4px 15px;
	color: #fff;
}

ul.mostread li {
	float: left;
	display: inline-block;
	padding-right: 6px;
	margin: 3px 0;
}

ul.mostread li a {
	display: block;
	padding: 4px 15px;
	border: 1px solid #e8e8e8;
	color: #666;
	font-size: 11px;
}

ul.mostread li a:hover {
	background-color: #333333;
	padding: 4px 17px 4px 15px;
	color: #fff;
}

.tip-wrap {
	z-index: 500;
	-webkit-transition:all 200ms ease-in-out;
	   -moz-transition:all 200ms ease-in-out;
		-ms-transition:all 200ms ease-in-out;
		 -o-transition:all 200ms ease-in-out;
			transition:all 200ms ease-in-out;
}

.tip {
	background-color: #ffffff;
	border: 1px solid #e2e2e2;
	padding: 18px 24px;
	color: #808080;
	line-height: 19px;
	font-size: 11px;
	max-width: 220px;
	z-index: 500;
	-webkit-box-shadow: 0px 0px 0px 8px rgba(0, 0, 0, 0.1);
			box-shadow: 0px 0px 0px 8px rgba(0, 0, 0, 0.1);
}

.tip-title {
	color:#444;
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
}

.add-on .tip,
.icon-edit.tip,
.badge.badge-info.tip {
	background-color: transparent;
	border: 0;
	padding: 0;
	-webkit-box-shadow: none;
			box-shadow: none;
}

.pagination .counter {
	font-size: 11px;
}

.pagination ul {
	border-bottom: 1px solid #e5e5e5;
}

.pagination ul > li > a,
.pagination ul > li > span {
	border-left: 1px solid #f2f2f2;
}

.pagination ul > li.active > a,
.pagination ul > li.active > span {
	color: #666;
}

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
	border-left: 0;
}

.pagination ul > li.disabled {
	font-size: 14px;
}

.pagination ul > li.disabled a {
	line-height: 21px;
}

.item-page .pager.pagenav {
	float: none;
	clear: both;
}

.alert {
	padding: 30px 60px;
	margin-bottom: 24px;
	font-size: 14px;
	text-shadow: none;
	background-color: #9cc902;
	border: 0;
}

.alert p {
	margin: 0;
}

.alert,
.alert h4 {
	color: #ffffff;
}

.alert-warning,
.alert-danger,
.alert-error {
	padding-left: 90px;
	background-color: #e10000;
	background-image: url(../images/alert-error-icon.png);
	background-repeat: no-repeat;
	background-position: 15px 15px;
	border-color: #e10000;
	color: #ffffff;
}

.alert-info,
.alert-notice {
padding-left: 90px;
	background-color: #0293c9;
	background-image: url(../images/alert-notice-icon.png);
	background-repeat: no-repeat;
	background-position: 15px 15px;
}

.alert-success,
.alert-message {
	padding-left: 90px;
	background-image: url(../images/alert-message-icon.png);
	background-repeat: no-repeat;
	background-position: 15px 15px;
}

.alert .close {
	right: -40px;
	font-size: 28px;
}

.article-index ul li a.active {
	color:#333;
	background: #f4f4f4;
}

.article-index {
	padding-left: 20px;
}

body.rtl .article-index {
	padding-left: 0;
	padding-right: 20px;
}

.pane-sliders {
	margin: 48px 0;
}

.pane-sliders .panel h3.title {
	margin: 0;
	padding: 6px 20px;
	height: 40px;
	cursor: pointer;
	line-height: 40px;
	font-size: 14px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.pane-sliders .panel h3.title a {
	display: block;
}

.pane-sliders .panel h3.title.pane-toggler,
.pane-sliders .panel h3.title.pane-toggler-down {
	border-top: 1px solid #f0f0f0;
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	border-bottom: 1px solid #d5d5d5;
	margin: 0;
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top,  #ffffff 0%, #f7f7f7 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f7f7f7));
	background-image: -webkit-linear-gradient(top,  #ffffff 0%,#f7f7f7 100%);
	background-image: -o-linear-gradient(top,  #ffffff 0%,#f7f7f7 100%);
	background-image: -ms-linear-gradient(top,  #ffffff 0%,#f7f7f7 100%);
	background-image: linear-gradient(to bottom,  #ffffff 0%,#f7f7f7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 );
}

.pane-sliders .panel h3.title a {
	background-image: url(../images/pagebreak-accordion.png);
	background-repeat: no-repeat;
	background-position: 100% 100%;
}
.pane-sliders .panel h3.title.pane-toggler-down a {
	background-position: 100% 0;
}

.pane-sliders .panel .pane-slider.content {
	margin-bottom: 6px;
}

.pane-sliders .panel .pane-slider.content > * {
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 30px;
}

dl.tabs {
	display: block;
	float: none;
	overflow: hidden;
	padding: 0px 10px 0px 10px;
	margin: 0;
	border-top: 1px solid #f0f0f0;
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top,  #ffffff 0%, #f7f7f7 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f7f7f7));
	background-image: -webkit-linear-gradient(top,  #ffffff 0%,#f7f7f7 100%);
	background-image: -o-linear-gradient(top,  #ffffff 0%,#f7f7f7 100%);
	background-image: -ms-linear-gradient(top,  #ffffff 0%,#f7f7f7 100%);
	background-image: linear-gradient(to bottom,  #ffffff 0%,#f7f7f7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 );
	-webkit-box-shadow:inset 0px -1px 0px 0px rgba(0, 0, 0, 0.15);
			box-shadow:inset 0px -1px 0px 0px rgba(0, 0, 0, 0.15);
}

dl.tabs dt.tabs span h3 a {
	line-height: 24px;
	color: #565656;
	display: block;
	font-size: 12px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

dl.tabs dt.tabs span h3 a:hover {
	color: #000;
}

dl.tabs dt.tabs {
	display: block;
	margin: 0;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}

dl.tabs dt.tabs.open {
	background: #fff;
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	border-bottom: 1px solid #fff;
}

.current dd.tabs {
	margin-top: 30px;
	color: #565656;
}

.element-invisible {
	display: none;
}

.well {
	background: none;
	border: 0;
	-webkit-box-shadow: none;
			box-shadow: none;
}

.list-striped,
.row-striped {
	list-style: none;
	line-height: 12px;
	text-align: left;
	vertical-align: middle;
	border-top: 1px solid #eee;
	margin-left: 0;
}

.list-striped li,
.list-striped dd,
.row-striped .row,
.row-striped .row {
	border-bottom: 1px solid #eee;
	padding: 8px;
}

.list-striped li p {
	margin:0;
}

.content_rating {
	font-size: 11px;
	color: #858585;
}

.content_rating p {
	margin-bottom: 0;
}

span.highlight-muted,
span.highlight-warning,
span.highlight-info,
span.highlight-success {
	padding: 3px 6px;
	margin: 0 3px;
	color: #fff;
}
span.highlight-muted {
	background-color: #aaa;
}

span.highlight-warning {
	background-color: #e10000;
}

span.highlight-info {
	background-color: #0293c9;
}

span.highlight-success {
	background-color: #9cc902;
}

blockquote,
blockquote p {
	font-style: italic;
	font-size: 16px;
	line-height: 30px;
}

p span.dropcap {
	font-family: "Times New Roman", Georgia, serif;
	font-size: 72px;
	padding: 15px 10px 20px 0px;
	float: left;
	color: #444;
}

.modulepositions .exampleposition .col-md-2,
.modulepositions .exampleposition .col-md-3,
.modulepositions .exampleposition .col-md-8,
.modulepositions .exampleposition .col-md-9,
.modulepositions .exampleposition .col-md-10,
.modulepositions .exampleposition .col-md-12 {
	margin-bottom: 20px;
	padding: 12px;
	text-align: center;
	background-color: #ccc;
	border: 1px solid #e2e2e2;
	color: #222;
}

.modulepositions .exampleposition .col-md-2:hover,
.modulepositions .exampleposition .col-md-3:hover,
.modulepositions .exampleposition .col-md-8:hover,
.modulepositions .exampleposition .col-md-9:hover,
.modulepositions .exampleposition .col-md-10:hover,
.modulepositions .exampleposition .col-md-12:hover,
div.modulepositions div.row div.col-md-3.sidebar:hover {
	background-color: #000;
	color: #fff;
}

div.modulepositions div.row div.col-md-3.sidebar {
	height: 360px;
		margin-bottom: 20px;
	padding: 12px;
	padding-top: 0;
	text-align: center;
	background-color: #ccc;
	border: 1px solid #e2e2e2;
	color: #222;
}

.modulepositions .exampleposition .col-md-3.sidebar p {
	line-height: 335px;
	margin: 0;
}

.modulepositions .exampleposition .component {
	height: 220px;
	line-height: 200px;
	padding: 0;
}

.modulepositions .exampleposition .disabled {
	background-color: #e8e8e8;
	color: #999;
}

.modulepositions .exampleposition .logotype {
	min-height: 70px;
	line-height: 70px;
}

body {
	font-size: 17px;
	line-height: 24px;
	color: #808080;
	background-color: #fff;
	z-index: 0;
	font-weight: 200;
	font-family: 'Lato', sans-serif;
}

a {
	text-decoration: none;
	outline: none !important;
}

a:hover,
a:focus,
a:active {
	color: #CA4C14;
	text-decoration: none;
}

p {
	margin: 12px 0;
}

h1,h2,h3,h4,h5,h6 {
	color: #1f1f1f;
	margin: 10px 0;
	letter-spacing: 0;
	font-weight: 300;
}

h1 { 
	font-size: 60px;
	line-height: 60px;
	font-weight: 200;
	font-family: 'Lato', sans-serif;
	margin-bottom: 35px;
}
h2 { 
	font-size: 35px; 
	line-height: 45px; 
	font-weight: 200;
	font-family: 'Lato', sans-serif;
}
h3 { font-size: 25px; 
	line-height: 35px; 
	font-weight: 200;
	font-family: 'Lato', sans-serif;
}
h4 { font-size: 18px; 
	line-height: 25px; 
	font-weight: 200;
	font-family: 'Lato', sans-serif;
}
h5 { font-size: 15px; 
	line-height: 24px; 
	font-weight: 200;
	font-family: 'Lato', sans-serif;
}
h6 { font-size: 12px; 
	line-height: 18px; 
	font-weight: 200;
	font-family: 'Lato', sans-serif;
}

h1 a,
h2 a,
h3 a {
	color: #000000;
}

h4,h5,h6 {
	text-transform: uppercase;
}

div#bottom2 div div div.headline h4 {
	color: #fff;
}

.page-header {
	padding-top: 0;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 18px;
	border-bottom: 1px solid #eee;
}

small,
.small {
	font-size: 11px;
}

ul,ol {
	padding: 0;
	margin: 0 0 12px 10px;
}

li {
	line-height: 24px;
}

pre,
code {
	font-size: 12px;
}

pre {
	color: #666666;
	border: 0;
	border-top: 1px solid #eaeaea;
	padding: 24px 30px;
	background: #f5f5f5;
}

.container {
	background: transparent;
	margin: 0 auto;
	padding: 15px 20px;
}

#header .container {
	padding: 0px 20px;
}

#header .logo h1 {
	padding: 0;
	margin: 0;
	text-transform: none;
}

#header .logo h1 a {
	color: #222222;
}

#header .logo h1 span {
	padding-left: 10px;
	font-size: 11px;
	color: #999;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#header .navbar-btn {
	display: none;
}

#header #top-toolbar {
	padding: 12px 15px 0 15px;
}

#menu .container {
	padding: 0;
}

#menu .navbar-collapse {
	float: right;
	z-index: 9999;
}

#user-toolbar {
	float: right;
	line-height:60px;
	padding: 6px 0 6px;
	margin-right: 10px;

}

#user-toolbar ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: block;
	overflow: hidden;
}

#user-toolbar ul li {
	display: block;
	float: left;
	padding: 0 10px;
	border-left: 0px solid #f0f0f0;
}

#user-toolbar ul li:first-child {
	border:0;
}

#user-toolbar ul li a {
	font-size: 13px;
	font-weight: 300;
	text-transform: uppercase;
	color: #aaa;
}

#user-toolbar ul li a:hover {
	color:#000;
	text-decoration: underline;
}
#slider {
	max-width: 100%;
	position: relative;
	/*z-index: -9999;*/
	background-color: #222F32;
}

.joostrapslider-container {
	/*z-index: -9999;*/
}

#mainbody .container {
	word-wrap: break-word;
	padding-bottom: 20px;
}

#content-area {
	padding: 15px 0;
}

.sidebar-left .module,
.sidebar-right .module {
	margin-bottom: 30px;
}

.sidebar-right {
	padding-left: 20px;
	  margin-top: 20px;
}

.sidebar-left {
	padding-right: 20px;
	  margin-top: 20px;
}

#bottombar .container {
	padding: 0;
}

#bottom2 {
	padding-top: 12px;
	font-size: 11px;
	color: #c7c7c7;
}

#bottom2 a {
	color: #fff;
}

#bottom2 a:hover {
	color: #fff;
}

#bottom2 h2 {
	margin-top: 0;
	color: #c7c7c7;
	font-size: 24px;
}

#bottom2 {
	background: #383838;
}

#bottom2 .module-title {
	border: 0;
}

#bottom2 .module-title h3 {
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	color: #fff;

}

#bottom2 .module ul.menu > li {
	line-height: 24px;
	color: #676767;
	border: 0;
}

#bottom2 .module ul.menu > li a {
	padding-left: 0;
	color: #c7c7c7;
	font-size: 11px;
}

#bottom2 .module ul.menu > li a:hover,
#bottom2 .module ul.menu > li a:focus,
#bottom2 .module ul.menu > li a:active,
#bottom2 .module ul.menu > li.active > a {
	background: transparent;
	color: #fff;
	text-decoration: none;
	padding-left: 0;
}

#bottom2 .module ul.menu ul li a:hover,
#bottom2 .module ul.menu ul li a:focus,
#bottom2 .module ul.menu ul li a:active,
#bottom2 .module ul.menu ul li.active > a {
	background: none;
	padding-left: 0;
}

#footer,
#footer .container {
	background-color: #272727;
	font-size: 11px;
	color: #b4b4b4;
	overflow: hidden;
}

#footer a {
	color: #fff;
}

#footer a:hover {
	text-decoration: underline;
}

#footer .copyrights {
	padding-right: 6px;
	font-size: 11px;
}

#footer p {
	padding: 0;
	margin: 0;
}

#footer ul.nav li {
	float: left;
	padding: 0px 10px;
	margin: 6px 0;
	line-height: 30px;
	font-size: 11px;
	border-left: 1px solid #1a1a1a;
}

#footer ul.nav li:first-child {
	border-left: 0;
	padding-left: 0;
}

#footer ul.nav li a {
	color: #707070;
}

#footer ul.nav li a:hover {
	background: none;
	color: #fff;
}

a#totop {
	display: none;
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 50px;
	height: 50px;
	z-index: 9999;
	background-color: rgb(220,220,220);
	background-color: rgba(0, 0, 0, 0.5);
	background-image: url(../images/to-top-arrow.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	-webkit-transition: background 200ms ease-in-out;
	   -moz-transition: background 200ms ease-in-out;
        -ms-transition: background 200ms ease-in-out;
         -o-transition: background 200ms ease-in-out;
			transition: background 200ms ease-in-out;
}

a#totop:hover {
	background-color: rgb(50,50,50);
	background-color: rgba(0, 0, 0, 0.75);
}

.modal {
position: relative;
top: 0;
left: 0;
z-index: 0;
max-width: 100%;
margin-left: 0;
background-color: #FFF;
border: 0;
border: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
outline: 0;
-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0 0 0 rgba(0,0,0,0.3);
box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
-webkit-background-clip: padding-box;
-moz-background-clip: padding-box;
background-clip: padding-box;
}

.navbar-collapse {
	padding-right: 0;
	padding-left: 0;
}
.collapse {
	overflow: hidden;
	-webkit-transition: height .35s ease;
	-moz-transition: height .35s ease;
	-o-transition: height .35s ease;
	transition: height .35s ease;
}

img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

.form-horizontal .control-label {
	text-align:inherit;
}

div.module.first {
	margin-left: 0;
}
div.module {
	margin-top: 5px;
}

/*frontend style sheet classes*/

div#sbox-window.shadow {
	width: 820px !important ;
	height: 520px !important ;
}
.well {
	background-color: #f5f5f5;
  padding: 10px;
}

/*frontend edit*/
div#jform_catid_chzn.chzn-container, div#jform_catid_chzn.chzn-container div.chzn-drop,
div#jform_state_chzn.chzn-container, div#jform_state_chzn.chzn-container div.chzn-drop,
div#jform_featured_chzn.chzn-container, div#jform_featured_chzn.chzn-container div.chzn-
drop, div#jform_access_chzn.chzn-container, div#jform_access_chzn.chzn-container
div.chzn-drop, div#jform_metadata_tags_chzn.chzn-container,
div#jform_metadata_tags_chzn.chzn-container div.chzn-drop, div#jform_language_chzn.chzn-
container, div#jform_language_chzn.chzn-container div.chzn-drop, div#jform_language_chzn.chzn-container,
div#jform_tags_chzn.chzn-container {
   width: 280px !important;
}
div#jform_tags_chzn.chzn-container ul.chzn-choices li.search-field input.default {
	padding: 0;
}
ul.manager.thumbnails li.imgOutline.thumbnail {
	display: inline-block !important;
}
a.btn.modal_jform_contenthistory {
	margin-top: 0 !important;
}
a.modal-button.btn, div.btn-toolbar a.btn, form#imageForm.form-vertical div.well div.row
div.pull-right button.btn.btn-primary, form#adminForm.form-inline fieldset.filter
div.btn-toolbar div.btn-group button.btn.hasTooltip, body.contentpane button {
   display: inline-block;
   padding: 6px 12px;
   margin-bottom: 10px;
   font-size: 14px;
   font-weight: normal;
   line-height: 1.428571429;
   text-align: center;
   white-space: nowrap;
   vertical-align: middle;
   cursor: pointer;
   border: 1px solid rgba(0, 0, 0, 0);
   border-radius: 4px;
   -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   -o-user-select: none;
   color: #FFF;
   background-color: #1085DE;
   border-color: #1085DE;
}

form#imageForm.form-vertical div.well div.row div div.control-label label.control-label,
form#imageForm.form-vertical div.well div.row div div.control-label label,
form#imageForm.form-vertical div.well div.row div div.controls p.help-block,
form#uploadForm.form-horizontal div#uploadform.well fieldset#upload-noflash.actions div.control-group div.control-label label.control-label,
form#uploadForm.form-horizontal div#uploadform.well fieldset#upload-noflash.actions div.control-group div.controls p.help-block,
body.contentpane form table tbody tr td.key
 {
	font-family: Tahoma, Verdana, sans-serif !important;
}

div#jform_metadata_tags_chzn.chzn-container ul.chzn-choices li.search-field input.default {
	width: 280px !important;
	padding: 0px !important;
}

iframe html body.contentpane form#adminForm.form-inline {
	background-color: #FF9900;
}

div#editor-xtd-buttons.btn-toolbar.pull-left {
	margin-top: 10px;
}

a.modal-button.btn,
div.btn-toolbar a.btn,
form#imageForm.form-vertical div.well div.row div.pull-right button.btn.btn-primary,
form#adminForm.form-inline fieldset.filter div.btn-toolbar div.btn-group button.btn.hasTooltip,
body.contentpane button {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.428571429;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid rgba(0, 0, 0, 0);
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	color: #FFF;
	background-color: #1085DE;
	border-color: #1085DE;
}

form#imageForm.form-vertical div.well div.row div.pull-right button.btn,
button#upload-submit.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.428571429;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid rgba(0, 0, 0, 0);
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	color: #000;
	background-color: #fff;
	border-color: #1085DE;
}

form#adminForm.form-inline fieldset.filter div.btn-toolbar div.btn-group {
	clear: both;
}

form#adminForm.form-inline table.table thead tr th.title,
form#adminForm.form-inline table.table thead tr th.center a.hasTip {
	float: left;
}
form#adminForm.form-inline table.table thead tr th.center {
	width: 10% !important;
}
form#adminForm.form-inline fieldset.filter div.filters,
form#adminForm.form-inline fieldset.filter hr.hr-condensed {
	clear: both;
	margin: 10px 0;
}
ul.manager.thumbnails li.imgOutline {
	float: left;
	padding: 10px;
}

body.contentpane form table tbody tr td.key {
	text-align: left;
}

.joostrapmenu ul.collapse {
	z-index: 9999;
}

div.module {
	margin-top: 0px;
}

/* pagionation fix */
.pagination ul {
	list-style-type: none;
}
ul.pagination-list {
	list-style-type: none;
}
.pagination ul > li {
	float: left;
	padding: 0 10px 0 10px;
}
.pagination ul > li.disabled a {
	font-size: 20px;
}
.pagination p.counter {
	margin: 0;
}

.navbar-brand {
	height: auto;
	font-size: 30px;
	font-weight: 200;
	font-family: 'Lato', sans-serif;
	padding: 15px 0;
}

/* fix disappearing labels issue */
div.item-page div.joostrap.btn-group.pull-right {
	display: block !important;
}
/*label {
	display: inline-block !important;
}*/
div.joostrap.btn-group {
	display: inline !important;
}

/* iFrame/Embed Responsive Overrides for
*  things like YouTube & Vimeo embed codes
----------------------------------------*/
.embed-container {
	position: relative;
	padding-bottom: 56.25%; /* 16/9 ratio */
	padding-top: 30px; /* IE6 workaround*/
	height: 0;
	overflow: hidden;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*replacement for calendar icon in frontend
edit 'glyphicon glyphicon-calendar'
-----------------------------------------*/
i.icon-calendar:before {
	content: "\1f4c5";
	display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  position: relative;
  top: 1px;
}

div.contact-form-field label,
div.message-label label {
display: inline !important;
}

/* sort out K2 edit button & modal popup
--------------------------------------*/
span.itemEditLink a.modal,
div.itemEditLink a.modal {
display: inline;
}

div#sbox-window iframe {
width: 100%;
height: 100%;
}

/* fix 12 col float and width */
/*.col-lg-12,
.col-md-12,
.col-sm-12,
.col-xs-12 {
float: left !important;
width: 100% !important;
}*/

/* scroll to top */
.go-top {
	position: fixed;
	bottom: 2em;
	right: 2em;
	text-decoration: none;
	color: white;
	background-color: rgba(0, 0, 0, 0.3);
	font-size: 12px;
	padding: 1em;
	display: none;
	z-index: 9999;
}

.go-top:hover {
	background-color: rgba(0, 0, 0, 0.4);
}

a.go-top {
	color: #fff;
}

a.go-top:hover {
	color: #444;
	text-decoration: none;
}

#content-area > div > div.btn-group.pull-right {
	display: block !important;
	background-color: #E8E8E8;
}

/* off canvass nav */
html,body,#sb-site,.sb-slidebar{margin:0;padding:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html,body{width:100%;overflow-x:hidden}html{height:100%}body{min-height:100%}#sb-site{width:100%;min-height:100%;position:relative;z-index:1;background-color:#fff}.sb-slidebar{width:35%;height:100%;overflow-y:auto;position:fixed;top:0;z-index:0;visibility:hidden;background-color:#f3f3f3;}html.sb-android .sb-slidebar{height:auto;position:absolute}.sb-left{left:0}.sb-right{right:0}html.sb-active-left .sb-left{visibility:visible}html.sb-active-right .sb-right{visibility:visible}@media(max-width:480px){.sb-slidebar{width:80%}}@media(min-width:481px) and (max-width:991px){.sb-slidebar{width:50%}}@media(min-width:992px){.sb-slidebar{width:35%}}@media(min-width:1200px){.sb-slidebar{width:20%}}html.sb-anim-type-translate .sb-slide,html.sb-anim-type-side .sb-slide{-webkit-transition:-webkit-transform 400ms ease;-moz-transition:-moz-transform 400ms ease;-o-transition:-o-transform 400ms ease;transition:transform 400ms ease;-webkit-transition-property:-webkit-transform,left;-webkit-backface-visibility:hidden}
div.sb-slidebar.sb-left h2 {color: #444;text-align: center;}
div.mob-menu, div.mob-menu-above, div.mob-menu-below {padding-left: 10px;}

@media (max-width: 767px) {

   .deeper .dropdown-menu {
        display: block !important;
        margin: 0;
        padding: 0;
        height: auto !important;
        float: none;
        width: 100%;
        left: auto;
        top: auto;
        position: relative !important;
    }
}

div.navbar-collapse ul.nav li ul.nav-child li a.dropdown-toggle span.caret {
/* display: inline-block; */
/* width: 0; */
/* height: 0; */
/* margin-left: 2px; */
/* border-top: 4px solid rgba(0, 0, 0, 0); */
/* border-left: 4px solid #1085DE; */
/* border-bottom: 4px solid rgba(0, 0, 0, 0); */
/* margin-top: 2px; */
/* float: right; */
}

@media (min-width: 767px) {
	div.navbar-collapse ul.nav li {
	 display: block !important;
	}
	.dropdown-menu .sub-menu {
		left: 100%;
		position: absolute;
	  top: 0;
	  visibility: hidden;
	  margin-top: -1px;
	}
	.dropdown-menu li:hover .sub-menu {
	  visibility: visible;
	}
	ul li.dropdown-submenu:hover ul.dropdown-menu {
	  display: block !important;
	  position: absolute;
	  top: 0px;
	  left: 150px;
	}
	.dropdown:hover .dropdown-menu {
	  display: block;
	}
	.dropdown-menu li:hover ul {
	  visibility: none;
	}
	.dropdown:hover .dropdown-menu ul {
	  display: none;
	}
	.nav-tabs .dropdown-menu,
	.nav-pills .dropdown-menu,
	.navbar .dropdown-menu {
	  margin-top: 0;
	}
	.navbar .sub-menu:before {
	  border-bottom: 7px solid transparent;
	  border-left: none;
	  border-right: 7px solid rgba(0, 0, 0, 0.2);
	  border-top: 7px solid transparent;
	  left: -7px;
	  top: 10px;
	}
	.navbar .sub-menu:after {
	  border-top: 6px solid transparent;
	  border-left: none;
	  border-right: 6px solid #fff;
	  border-bottom: 6px solid transparent;
	  left: 10px;
	  top: 11px;
	  left: -6px;
	}
	/*.open > .dropdown-menu {
		display: none;
	}*/
}

/**
 * main styles
 --------------*/

h1 a:hover,
h2 a:hover,
h3 a:hover {
	color: #bfbfbf;
}



#bottom-bar .container {
	background-color: #bfbfbf;
}

.module.color-title .module-title {
	background: #bfbfbf;
}

.module.style-color {
	background:#bfbfbf;
	color: #fff;
	padding: 20px;
}

.module.style-color  a {
	color: #fff;
}
.module.style-color a:hover {
	color: #000;
}
.module.style-color .module-title {
	border: 0;
}

.module.style-color .module-title h3 {
	color: #fff;
	border: 0;
}

.module.border-color .module-title {
	border-bottom: 3px solid #bfbfbf;
}

.module.border-color-top .module-title {
	border-top: 3px solid #bfbfbf;
	border-bottom: 0;
}

.nav .caret {
border-top-color: #bfbfbf;
border-bottom-color: #bfbfbf;
}
.nav a:hover .caret {
border-top-color: #bfbfbf;
border-bottom-color: #bfbfbf;
}

.portfolio-nav .joostrap.btn-group a.btn:hover,
.portfolio-nav .joostrap.btn-group a.btn:focus,
.portfolio-nav .joostrap.btn-group.open a.btn {
	color: #bfbfbf;
}

.portfolio-nav .joostrap.btn-group a:hover span.caret {
	border-top: 4px solid #bfbfbf;
}

.portfolio-nav .joostrap.btn-group.open a span.caret,
.portfolio-nav .joostrap.btn-group.open a:focus span.caret {
	border-top: 4px solid transparent;
	border-bottom: 4px solid #bfbfbf;
}

.joostrapmenu > li > a:hover,
.joostrapmenu > li.active > a,
.joostrapmenu > li.parent:hover > a,
.joostrapmenu > li.active.parent > a,
.joostrapmenu > li > span.separator:hover,
.joostrapmenu > li.active > span.separator,
.joostrapmenu > li.parent:hover > span.separator,
.joostrapmenu > li.active.parent > span.separator  {
	background: #bfbfbf;
	color:#fff;
}

.joostrapmenu ul li a:hover,
.joostrapmenu ul li.active > a,
.joostrapmenu ul li.parent:hover > a,
.joostrapmenu ul li.active.parent > a ,
.joostrapmenu ul li span.separator:hover,
.joostrapmenu ul li.active > span.separator,
.joostrapmenu ul li.parent:hover > span.separator,
.joostrapmenu ul li.active.parent > span.separator {
	color: #fff;
	background-color: #bfbfbf;
}

@media (max-width: 980px) {

}

.tags span a:hover {
	background-color: #bfbfbf;
	color: #fff;
}

dl.tabs dt.tabs.open span h3 a,
dl.tabs dt.tabs span h3 a:hover,
.pane-sliders h3.title.pane-toggler-down a span {
	color: #bfbfbf;
}

.image-backdrop,
.img-intro-btn:hover,
p.img_caption {
	background-color: #bfbfbf;
}

.sequence .text-block h2 a:hover {
	color: #bfbfbf;
}

.sequence .text-block a.readmore:hover {
	background-color: #bfbfbf;
	border: 1px solid #bfbfbf;
}

.sequence-pagination li span.active,
.sequence-pagination li span:active {
	border: 1px solid #bfbfbf;
	background-color: #bfbfbf;
}

.sequence-pagination li span:hover {
	border: 1px solid #bfbfbf;
}

.joostrap-slider .sequence-preloader .preloading .circle {
	fill: #bfbfbf !important;
}

.joostrap-icons .front {
	background-color: #bfbfbf;
}

.joostrap-news {
	background-color: #bfbfbf;
}

.joostrap-news,
.joostrap-news p {
	color: #bfbfbf;
}

.flex-control-paging li a.flex-active  {
	border: 1px solid #bfbfbf;
}

.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
	background-color: #bfbfbf;
}

.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
	color: #ffffff;
	background-color: #bfbfbf;
}

.nav .dropdown-toggle .caret {
	border-top-color: #bfbfbf;
	border-bottom-color: #bfbfbf;
	margin-top: 6px;
}

.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
	border-top-color: #bfbfbf;
	border-bottom-color: #bfbfbf;
}

.dropdown-menu > li > a.selected,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
	text-decoration: none;
	color: #ffffff;
	background: #bfbfbf;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	color: #ffffff;
	text-decoration: none;
	outline: 0;
	background: #bfbfbf;
}

.btn-group.open .btn-primary.dropdown-toggle ,
.btn-primary {
	color: #ffffff;
	background: #bfbfbf;
	border: 0;
	*background-color: #bfbfbf;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
	color: #ffffff;
	background-image: none;
	background-color: #000000;
	*background-color: #000000;
}
.module.style-color .module-content,
.module.style-color .module-title {
	padding: 0 10px;
}
.module.style-color {
	background-clip: content-box;
	padding: 5px;
}

.navbar-nav > li > a {
	font-size: 13px;
	font-weight: 400;
	font-family: 'Lato', sans-serif;
}
.navbar-nav > li > a:hover {
    background-color: #f9f9f9;
}

.navbar-collapse.collapse span.caret {
	display: none;
}

header#header {
  background-color: #fff;
}
@media (max-width: 768px) {
	header#header {
	    margin-bottom: 0;
	    position: inherit;
    }
}

.itemid-101 h2.item-title {
    display: none;
}

div#bottom2 i.fa {
  padding-right: 25px;
}

.copyright p {
  text-align: center;
  font-size: 16px;
}

.mm-ismenu.mm-light {
  background: #FFF;
  color: #000;
}
.mm-header .mm-title {
	font-weight: 400;
	font-family: 'Lato', sans-serif;
}
.mm-menu.mm-light .mm-header {
  color: #000 !important;
}
.mm-list > li > a {
	font-weight: 400;
	font-family: 'Lato', sans-serif;
  	color: #000 !important;
}


.send-btn.pull-right {
  margin-right: 25px;
}

.fa-lg {
  font-size: 1.3333333333333333em !important;
}
.fa-2x {
  font-size: 2em !important;
}
.fa-3x {
  font-size: 3em !important;
}
.fa-4x {
  font-size: 4em !important;
}
.fa-5x {
  font-size: 5em !important;
}

div#below-content {
  margin-top: 35px;
}

div#slider p {
    margin: 0;
}

@media (max-width: 768px) {
	.sequence .text-block.bottom {
		display: none
	}
}

.navbar-collapse.collapse .social {
    float: right;
    padding-left: 30px;
}
ul.social-icon-links {
    list-style-type: none;
    margin: 0;
    padding-top: 5px;
}
ul.social-icon-links li {
  display: inline-block;
  margin: 0 !important;
  padding: 0;
}
ul.social-icon-links a {
  margin: 0;
  padding: 0;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #3BBEC0;
  color: #FFF;
  -webkit-transition: background .3s ease-in-out;
  transition: background .3s ease-in-out;
}
ul.social-icon-links a i {
  text-align: center;
  margin: 0;
  padding: 0;
  color: #fff !important;
}
ul.social-icon-links .social-facebook a {
  background: #3873AE;
}
ul.social-icon-links .social-facebook a:hover {
  background: #67A1DB;
}
ul.social-icon-links .social-twitter a {
  background: #62C6F8;
}
ul.social-icon-links .social-twitter a:hover {
  background: #8AD5FA;
}
ul.social-icon-links .social-dribble a {
  background: #D74980;
}
ul.social-icon-links .social-dribble a:hover {
  background: #E77BA5;
}
ul.social-icon-links .social-google a {
  background: #000;
}
ul.social-icon-links .social-google a:hover {
  background: #717171;
}


.intro {
  min-height: 700px;
}
.intro .slogan {
  padding-top: 550px;
  text-align: center;
}
.slogan-bg {
  background-color: rgba(0, 0, 0, 0.6);
}
.intro .slogan h1 {
  color: #FFF;
  line-height: 1.1em;
  margin-bottom: 20px;
  font-size: 40px;
}
.intro .slogan p {
  color: #EEE;
  margin-bottom: 50px;
  font-size: 20px;
}
.btn-warning {
	background-color: #CA4C14;
	border-color: #CA4C14;
	border-radius: 0;
    margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
	.intro {
		min-height:150px;
	}
  	.intro .slogan {
  		padding-top: 310px;
	}
}

.tp-caption h1 {
  color: #FFF;
}
.tp-caption p {
  color: #FFF;
  font-family: 'Lato';
  font-weight: 200;
}
.tp-caption a {
  color: #FFF !important;
  font-family: 'Lato';
  font-size: 18px !important;
  font-weight: 600;
  margin-top: 20px !important;
}

.boxed-grey {
  background: #EEE;
  padding: 20px;
}

div#bottom1 {
  background-color: #FAFAFA;
}

.bt-googlemaps {
  margin-top: 50px;
}
@media (max-width: 768px) {
	.bt-googlemaps {
	  margin-top: 0;
	}
}
.copyright {
  margin-left: -35px;
}
div#bottom2 ul.social-icon-links {
    margin-left: -35px
}
div#bottom2 ul.social-icon-links i.fa {
    font-size: 20px;
    padding-left: 11px;
    padding-top: 10px;
}
